home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #bonus / bonus 1.exe / programy / mightywriter121.exe / cdwriter.exe / 0 / RCDATA / TCDCOPIERFORM / TCDCOPIERFORM.txt < prev   
Text File  |  2000-11-17  |  2KB  |  118 lines

  1. object CDCopierForm: TCDCopierForm
  2.   Left = 283
  3.   Top = 142
  4.   Width = 449
  5.   Height = 212
  6.   Caption = 'CD Copier'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 329
  21.     Height = 80
  22.     Caption = 'Copy from'
  23.     TabOrder = 0
  24.     object Image1: TImage
  25.       Left = 8
  26.       Top = 16
  27.       Width = 32
  28.       Height = 31
  29.       AutoSize = True
  30.       Picture.Data = {<image000.bmp>}
  31.       Transparent = True
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 48
  36.       Width = 63
  37.       Height = 21
  38.       AutoSize = False
  39.       Caption = 'Read Speed:'
  40.       Layout = tlCenter
  41.     end
  42.     object ComboBox1: TComboBox
  43.       Left = 74
  44.       Top = 16
  45.       Width = 247
  46.       Height = 21
  47.       ItemHeight = 13
  48.       TabOrder = 0
  49.     end
  50.     object ComboBox4: TComboBox
  51.       Left = 74
  52.       Top = 48
  53.       Width = 81
  54.       Height = 21
  55.       ItemHeight = 13
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 8
  61.     Top = 96
  62.     Width = 329
  63.     Height = 80
  64.     Caption = 'Record to'
  65.     TabOrder = 1
  66.     object Image2: TImage
  67.       Left = 8
  68.       Top = 16
  69.       Width = 32
  70.       Height = 31
  71.       AutoSize = True
  72.       Picture.Data = {<image001.bmp>}
  73.       Transparent = True
  74.     end
  75.     object Label1: TLabel
  76.       Left = 8
  77.       Top = 48
  78.       Width = 63
  79.       Height = 21
  80.       AutoSize = False
  81.       Caption = 'Write Speed:'
  82.       Layout = tlCenter
  83.     end
  84.     object ComboBox2: TComboBox
  85.       Left = 74
  86.       Top = 16
  87.       Width = 247
  88.       Height = 21
  89.       ItemHeight = 13
  90.       TabOrder = 0
  91.     end
  92.     object ComboBox3: TComboBox
  93.       Left = 74
  94.       Top = 48
  95.       Width = 81
  96.       Height = 21
  97.       ItemHeight = 13
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object BitBtn1: TBitBtn
  102.     Left = 344
  103.     Top = 152
  104.     Width = 89
  105.     Height = 25
  106.     Caption = '&Copy'
  107.     TabOrder = 2
  108.   end
  109.   object CheckBox1: TCheckBox
  110.     Left = 344
  111.     Top = 16
  112.     Width = 89
  113.     Height = 17
  114.     Caption = 'Test mode'
  115.     TabOrder = 3
  116.   end
  117. end
  118.